.z_head {
  width: 100%;
  float: left;
  position: fixed;
  left: 0;
  top: 0;
  background-image: linear-gradient(#333, #4c4c4c);
  z-index: 9;
}
.z_head .z_max {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}
.z_head .z_max .z_nav ul li {
  float: left;
  height: 100px;
  line-height: 100px;
  font-size: 14px;
  width: 90px;
  position: relative;
  margin-left: 10px;
  text-align: center;
}
.z_head .z_max .z_nav ul li a {
  display: block;
  color: #fff;
}
.z_head .z_max .z_nav ul li.active {
  background: #95bd2a;
}
.z_head .z_max .z_nav ul li::before {
  content: "|";
  color: #505152;
  position: absolute;
  left: -5px;
}
.z_head .z_max .z_nav ul li:first-child::before {
  content: initial;
}
.z_banner {
  width: 100%;
  float: left;
}
.z_banner .swiper-container {
  width: 100%;
  float: left;
}
.z_banner .swiper-container img {
  width: 100%;
  float: left;
}
.z_banner .swiper-container .swiper-pagination {
  bottom: 50px;
}
.z_banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 1;
  background: #fff;
  margin: 0 10px;
}
.z_banner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #95bd2a;
}
.z_index1 {
  width: 100%;
  float: left;
  background: url(../images/bg1.jpg) no-repeat center;
}
.z_index2 {
  width: 100%;
  float: left;
  background: url(../images/bg2.jpg) no-repeat center;
}
.z_index2 .z_more {
  margin-bottom: 120px;
}
.z_index3 {
  width: 100%;
  float: left;
  background: url(../images/bg3.jpg) no-repeat center bottom;
}
.z_index3 .z_more {
  margin-bottom: 140px;
}
.z_index4 {
  width: 100%;
  float: left;
  background: url(../images/bg4.jpg) no-repeat center;
}
.z_index5 {
  width: 100%;
  float: left;
  background: url(../images/bg5.jpg) no-repeat center bottom;
}
.z_index5 .z_more {
  margin-bottom: 120px;
}
.z_index6 {
  width: 100%;
  float: left;
  background: url(../images/bg6.jpg) no-repeat center;
}
.z_index6 .z_more {
  margin-bottom: 70px;
}
.z_index7 {
  width: 100%;
  float: left;
  background: #f0f2f5;
}
.z_index8 {
  width: 100%;
  float: left;
  background: url(../images/bg.png) #f0f2f5 no-repeat bottom center;
}
.z_title {
  width: 100%;
  float: left;
  text-align: center;
  margin: 50px 0;
}
.z_title font {
  font-size: 30px;
  color: #343333;
  font-family: '思源黑体SC-Bold';
  text-transform: uppercase;
  position: relative;
  padding: 0 115px;
}
.z_title font::before {
  content: "";
  width: 85px;
  height: 1px;
  background: #c8cacc;
  position: absolute;
  left: 0;
  margin-top: -0.5px;
  top: 50%;
}
.z_title font::after {
  content: "";
  width: 85px;
  height: 1px;
  background: #c8cacc;
  position: absolute;
  right: 0;
  margin-top: -0.5px;
  top: 50%;
}
.z_title font span {
  color: #95bd2a;
}
.z_aa {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
}
.z_aa .dt {
  width: 530px;
}
.z_aa .dt h3 {
  margin-bottom: 35px;
  font-family: '思源黑体SC-Medium';
  font-size: 20px;
  color: #333;
}
.z_aa .dt font {
  display: block;
  margin-bottom: 50px;
  font-size: 14px;
  color: #666666;
  line-height: 2;
}
.z_aa .dt .a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: url(../images/jt.png) no-repeat;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-indent: 15px;
}
.z_pp1 {
  width: 100%;
  float: left;
  margin-bottom: 55px;
  display: flex;
  align-items: center;
}
.z_pp1 a {
  flex: 1;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  background: #fff;
}
.z_pp1 a img {
  margin-bottom: 5px;
}
.z_pp1 a img.img1 {
  display: block;
}
.z_pp1 a img.img2 {
  display: none;
}
.z_pp1 a font {
  font-size: 18px;
  color: #666;
}
.z_pp1 a.active {
  background: #063789;
}
.z_pp1 a.active img.img1 {
  display: none;
}
.z_pp1 a.active img.img2 {
  display: block;
}
.z_pp1 a.active font {
  color: #fff;
}
.z_pp2 {
  width: 100%;
  float: left;
  margin-bottom: 60px;
  position: relative;
}
.z_pp2 .li {
  float: left;
  position: relative;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.z_pp2 .li.on {
  visibility: visible;
  opacity: 1;
}
.z_pp2 .li:first-child {
  position: relative;
}
.z_pp2 .li .swiper-container {
  width: 100%;
  float: left;
}
.z_pp2 .li .swiper-container a {
  display: block;
  background: #fff;
  height: 300px;
  text-align: center;
  font-family: '思源黑体SC-Medium';
  color: #333;
}
.z_pp2 .li .swiper-container a img {
  width: 100%;
  margin-bottom: 15px;
  height: 200px;
  float: left;
}
.z_pp2 .li .swiper-container a h3 {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 15px;
}
.z_pp2 .li .swiper-container a font {
  font-size: 14px;
}
.z_pp2 .li .swiper-button-next,
.z_pp2 .li .swiper-button-prev {
  width: 36px;
  height: 36px;
  outline: none;
}
.z_pp2 .li .swiper-button-prev {
  background: url(../images/left.png) no-repeat center;
  left: -65px;
}
.z_pp2 .li .swiper-button-prev::after {
  content: initial;
}
.z_pp2 .li .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: url(../images/left1.png) no-repeat center;
}
.z_pp2 .li .swiper-button-next {
  background: url(../images/right.png) no-repeat center;
  right: -65px;
}
.z_pp2 .li .swiper-button-next::after {
  content: initial;
}
.z_pp2 .li .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background: url(../images/right1.png) no-repeat center;
}
.z_more {
  width: 100%;
  float: left;
  font-size: 0;
  text-align: center;
}
.z_more a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: url(../images/jt.png) no-repeat;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-indent: 15px;
  text-align: left;
}
.z_cc1 {
  width: 100%;
  float: left;
  margin-bottom: 120px;
  font-size: 0;
  text-align: center;
}
.z_cc1 a {
  display: inline-block;
  font-size: 16px;
  color: #666;
  background: url(../images/c1.png) no-repeat center;
  font-family: '思源黑体SC-Medium';
  width: 142px;
  height: 42px;
  line-height: 42px;
  margin: 0 15px;
}
.z_cc1 a.active {
  color: #fff;
  background: url(../images/c2.png) no-repeat center;
}
.z_cc2 {
  width: 100%;
  float: left;
  margin-bottom: 95px;
  position: relative;
}
.z_cc2 .li {
  float: left;
  position: relative;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.z_cc2 .li.on {
  visibility: visible;
  opacity: 1;
}
.z_cc2 .li:first-child {
  position: relative;
}
.z_cc2 .li .swiper-container {
  width: 100%;
  float: left;
}
.z_cc2 .li .swiper-container a {
  display: block;
  height: 240px;
  text-align: center;
  font-family: '思源黑体SC-Medium';
  color: #333;
  position: relative;
}
.z_cc2 .li .swiper-container a img {
  width: 100%;
  height: 240px;
  float: left;
}
.z_cc2 .li .swiper-container a h3 {
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.5);
}
.z_cc2 .li .swiper-button-next,
.z_cc2 .li .swiper-button-prev {
  width: 36px;
  height: 36px;
  outline: none;
}
.z_cc2 .li .swiper-button-prev {
  background: url(../images/left.png) no-repeat center;
  left: -65px;
}
.z_cc2 .li .swiper-button-prev::after {
  content: initial;
}
.z_cc2 .li .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: url(../images/left1.png) no-repeat center;
}
.z_cc2 .li .swiper-button-next {
  background: url(../images/right.png) no-repeat center;
  right: -65px;
}
.z_cc2 .li .swiper-button-next::after {
  content: initial;
}
.z_cc2 .li .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background: url(../images/right1.png) no-repeat center;
}
.z_jj1 {
  width: 100%;
  float: left;
  margin-top: 25px;
  margin-bottom: 170px;
}
.z_jj1 .z_jj2 {
  float: left;
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}
.z_jj1 .z_jj2::before {
  position: absolute;
  content: "";
  background: #95bd2a;
  width: 675px;
  height: 480px;
  left: 0;
  top: 0;
}
.z_jj1 .z_jj2 .z_max {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 480px;
  position: relative;
  z-index: 2;
}
.z_jj1 .z_jj2 .z_max img {
  width: 530px;
  height: 350px;
  border: 10px solid #fff;
}
.z_jj1 .z_jj2 .z_max .dt {
  width: 560px;
}
.z_jj1 .z_jj2 .z_max .dt h3 {
  font-family: '思源黑体SC-Medium';
  font-size: 18px;
  color: #333;
  line-height: 2;
  margin-bottom: 25px;
}
.z_jj1 .z_jj2 .z_max .dt h3 span {
  color: #95bd2a;
  text-transform: uppercase;
  display: block;
}
.z_jj1 .z_jj2 .z_max .dt .font {
  font-size: 14px;
  color: #666;
  line-height: 2;
  margin-bottom: 40px;
}
.z_jj1 .z_jj2 .z_max .dt .a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: url(../images/jt.png) no-repeat;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-indent: 15px;
  margin-bottom: 75px;
}
.z_jj1 .z_jj2 .z_max .dt ul {
  display: flex;
  justify-content: space-between;
}
.z_jj1 .z_jj2 .z_max .dt ul li {
  background: #fff;
}
.z_jj1 .z_jj2 .z_max .dt ul li a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  width: 146px;
  height: 116px;
}
.z_jj1 .z_jj2 .z_max .dt ul li a img {
  width: auto;
  height: auto;
  margin-bottom: 10px;
  border: 0;
}
.z_jj1 .z_jj2 .z_max .dt ul li a img.img1 {
  display: block;
}
.z_jj1 .z_jj2 .z_max .dt ul li a img.img2 {
  display: none;
}
.z_jj1 .z_jj2 .z_max .dt ul li a h4 {
  color: #333;
  font-size: 18px;
  font-family: '思源黑体SC-Medium';
}
.z_jj1 .z_jj2 .z_max .dt ul li:hover {
  background: #063789;
}
.z_jj1 .z_jj2 .z_max .dt ul li:hover a img.img1 {
  display: none;
}
.z_jj1 .z_jj2 .z_max .dt ul li:hover a img.img2 {
  display: block;
}
.z_jj1 .z_jj2 .z_max .dt ul li:hover a h4 {
  color: #fff;
}
.z_nn {
  width: 100%;
  float: left;
  margin-bottom: 70px;
  position: relative;
  margin-top: 25px;
}
.z_nn .swiper-container {
  width: 100%;
  float: left;
}
.z_nn .swiper-container a {
  display: block;
  text-align: center;
  font-family: '思源黑体SC-Medium';
  color: #333;
  position: relative;
}
.z_nn .swiper-container a img {
  width: 100%;
  height: 240px;
  float: left;
}
.z_nn .swiper-container a .dt {
  width: 88%;
  float: left;
  margin-left: 6%;
  background: #fff;
  margin-top: -40px;
}
.z_nn .swiper-container a .dt h3 {
  width: 100%;
  float: left;
  margin: 15px 0;
  text-align: center;
  line-height: 1.5;
  font-family: Arial;
  font-weight: bold;
  font-size: 36px;
  color: #333;
}
.z_nn .swiper-container a .dt h3 span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  color: #a5a6a8;
}
.z_nn .swiper-container a .dt h4 {
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  float: left;
  font-family: '思源黑体SC-Medium';
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  font-size: 18px;
  color: #333;
}
.z_nn .swiper-container a .dt font {
  box-sizing: border-box;
  padding: 0 20px;
  display: block;
  width: 100%;
  float: left;
  font-size: 14px;
  color: #646566;
  line-height: 1.5;
  text-align: center;
  overflow: hidden;
  height: 45px;
}
.z_nn .swiper-container a .dt dt {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #fff;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  font-family: '思源黑体SC-Medium';
  text-indent: 9999px;
  background: url(../images/dian.png) no-repeat center;
}
.z_nn .swiper-container a:hover .dt h3 {
  color: #95bd2a;
}
.z_nn .swiper-container a:hover .dt h4 {
  color: #95bd2a;
}
.z_nn .swiper-container a:hover .dt dt {
  background: #95bd2a;
  text-indent: 0;
}
.z_nn .swiper-button-next,
.z_nn .swiper-button-prev {
  width: 36px;
  height: 36px;
  outline: none;
}
.z_nn .swiper-button-prev {
  background: url(../images/left.png) no-repeat center;
  left: -65px;
}
.z_nn .swiper-button-prev::after {
  content: initial;
}
.z_nn .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: url(../images/left1.png) no-repeat center;
}
.z_nn .swiper-button-next {
  background: url(../images/right.png) no-repeat center;
  right: -65px;
}
.z_nn .swiper-button-next::after {
  content: initial;
}
.z_nn .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background: url(../images/right1.png) no-repeat center;
}
.z_dd {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.z_dd ul li {
  float: left;
  margin-bottom: 40px;
  width: 580px;
  height: 220px;
  box-sizing: border-box;
  background: #fff;
  border: 4px solid #e1e3e6;
  padding: 20px;
}
.z_dd ul li a {
  display: block;
}
.z_dd ul li a h3 {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  font-family: '思源黑体SC-Medium';
  font-size: 18px;
  color: #333;
  font-weight: normal;
  margin-bottom: 20px;
}
.z_dd ul li a h3 span {
  margin-left: 15px;
}
.z_dd ul li a font {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 20px;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}
.z_dd ul li a h4 {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
  padding: 0 15px;
  width: 100px;
  height: 30px;
  line-height: 30px;
  border-radius: 40px;
  background: #ebedf0;
}
.z_dd ul li a h4 span {
  float: right;
}
.z_dd ul li:hover {
  border: 4px solid #95bd2a;
}
.z_dd ul li:hover a h4 {
  background: #95bd2a;
  color: #fff;
}
.z_dd ul li:nth-child(2n+0) {
  float: right;
}
.z_bot {
  width: 100%;
  float: left;
  background: #00438f;
  padding-top: 40px;
}
.z_bot .z_max {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.z_bot .z_max .z_bot1 {
  width: 540px;
}
.z_bot .z_max .z_bot1 h3 {
  width: 100%;
  float: left;
  font-weight: normal;
  font-family: '思源黑体SC-Medium';
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 10px;
}
.z_bot .z_max .z_bot1 h3 span {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
}
.z_bot .z_max .z_bot1 ul {
  width: 100%;
  float: left;
}
.z_bot .z_max .z_bot1 ul li {
  width: 240px;
  float: left;
  border-bottom: 1px solid #fff;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  height: 45px;
}
.z_bot .z_max .z_bot1 ul li font {
  font-family: '思源黑体SC-Medium';
  font-size: 14px;
  color: #fff;
}
.z_bot .z_max .z_bot1 ul li input {
  flex: 1;
  font-size: 14px;
  color: #fff;
  border: none;
  background: none;
  outline: none;
}
.z_bot .z_max .z_bot1 ul li textarea {
  font-size: 14px;
  color: #fff;
  border: none;
  background: none;
  outline: none;
  width: 100%;
}
.z_bot .z_max .z_bot1 ul li:nth-child(2n+0) {
  float: right;
}
.z_bot .z_max .z_bot1 ul li:last-child {
  width: 100%;
  display: block;
}
.z_bot .z_max .z_bot1 .dj {
  font-size: 14px;
  color: #fff;
  border: none;
  background: none;
  outline: none;
  font-family: '思源黑体SC-Medium';
  display: inline-block;
  width: 100px;
  height: 30px;
  border-radius: 40px;
  border: 1px solid #fff;
  margin-bottom: 30px;
}
.z_bot .z_max .z_bot2 {
  width: 345px;
}
.z_bot .z_max .z_bot2 h3 {
  width: 100%;
  float: left;
  font-weight: normal;
  font-family: '思源黑体SC-Medium';
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 40px;
}
.z_bot .z_max .z_bot2 h3 span {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
}
.z_bot .z_max .z_bot2 ul {
  width: 100%;
  float: left;
}
.z_bot .z_max .z_bot2 ul li {
  width: 100%;
  float: left;
  padding-top: 15px;
  margin-bottom: 20px;
  position: relative;
  font-family: '思源黑体SC-Medium';
  font-size: 14px;
  color: #fff;
}
.z_bot .z_max .z_bot2 ul li::before {
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  left: 0;
  top: 0;
  position: absolute;
}
.z_bot .z_max .z_bot2 ul li font {
  float: left;
  width: 60px;
  text-align: justify;
  text-align-last: justify;
}
.z_bot .z_max .z_bot3 {
  width: 120px;
  text-align: center;
}
.z_bot .z_max .z_bot3 font {
  display: block;
  margin-bottom: 20px;
  font-family: '思源黑体SC-Medium';
  font-size: 16px;
  color: #fff;
}
.z_bot .z_max .z_bot3 img {
  width: 120px;
  height: 120px;
}
.z_foot {
  width: 100%;
  float: left;
  text-align: center;
  line-height: 40px;
  font-family: '思源黑体SC-Medium';
  font-size: 14px;
  color: #969799;
  background: #17181a;
}
.z_foot a {
  color: #969799;
}
.z_banner1 {
  width: 100%;
  float: left;
}
.z_banner1 img {
  width: 100%;
  float: left;
}
.z_pp3 {
  width: 100%;
  float: left;
  margin-bottom: 50px;
}
.z_pp3 ul li {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  width: 285px;
}
.z_pp3 ul li a {
  display: block;
  background: #fff;
  height: 300px;
  text-align: center;
  font-family: '思源黑体SC-Medium';
  color: #333;
}
.z_pp3 ul li a img {
  width: 100%;
  margin-bottom: 15px;
  float: left;
}
.z_pp3 ul li a h3 {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 15px;
}
.z_pp3 ul li a font {
  font-size: 14px;
}
.z_pp3 ul li:nth-child(4n+0) {
  margin-right: 0;
}
.z_page {
  width: 100%;
  float: left;
  margin-bottom: 60px;
  text-align: center;
}
.z_page a {
  font-size: 18px;
  color: #333;
  font-family: '思源黑体SC-Medium';
  margin: 0 8px;
}
.z_page a.select {
  color: #95bd2a;
}
.z_show {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #666;
  font-family: '思源黑体SC-Medium';
  line-height: 1.5;
}
.z_show h3 {
  width: 100%;
  float: left;
  margin: 30px 0;
  font-weight: normal;
  font-size: 24px;
  color: #333;
}
.z_fanye {
  width: 100%;
  float: left;
  margin: 60px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.z_fanye a {
  font-size: 18px;
  color: #333;
}
.z_fanye a:hover span {
  color: #95bd2a;
}
.z_aa1 {
  width: 100%;
  float: left;
  margin-bottom: 110px;
}
.z_aa1 ul {
  display: flex;
  align-items: flex-start;
}
.z_aa1 ul li {
  flex: 1;
  border-radius: 10px;
  background: #fff;
  height: 480px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.z_aa1 ul li h3 {
  font-family: '思源黑体SC-Bold';
  font-size: 30px;
  color: #333;
  margin-bottom: 30px;
}
.z_aa1 ul li img {
  width: 100%;
  height: 190px;
  margin-bottom: 35px;
}
.z_aa1 ul li font {
  display: block;
  text-align: center;
  font-family: '思源黑体SC-Medium';
  font-size: 22px;
  color: #666;
  line-height: 2;
}
.z_aa1 ul li:nth-child(2n+0) {
  margin-top: 90px;
  background: #95bd2a;
}
.z_aa1 ul li:nth-child(2n+0) h3 {
  color: #fff;
}
.z_aa1 ul li:nth-child(2n+0) font {
  color: #fff;
}
.z_aa2 {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.z_aa2 ul li {
  float: left;
  margin-bottom: 20px;
  margin-right: 22px;
  width: 385px;
  position: relative;
}
.z_aa2 ul li img {
  width: 100%;
  height: 272px;
  float: left;
}
.z_aa2 ul li h3 {
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.5);
}
.z_aa2 ul li:nth-child(3n+0) {
  margin-right: 0;
}
.z_cc3 {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.z_cc3 ul li {
  float: left;
  margin-bottom: 20px;
  margin-right: 22px;
  width: 385px;
}
.z_cc3 ul li img {
  width: 100%;
  height: 240px;
  float: left;
}
.z_cc3 ul li h3 {
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.5);
}
.z_cc3 ul li:nth-child(3n+0) {
  margin-right: 0;
}
.z_cc4 {
  width: 100%;
  float: left;
  font-family: '思源黑体SC-Medium';
  font-size: 16px;
  color: #666;
  line-height: 2;
  margin-bottom: 40px;
}
.z_jj3 {
  font-size: 14px;
  color: #666;
  line-height: 2;
  margin-bottom: 60px;
  width: 100%;
  float: left;
}
.z_jj3 .img {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 30px;
}
.z_jj3 .img img {
  border: 10px solid #fff;
}
.z_jj3 h3 {
  font-family: '思源黑体SC-Medium';
  font-size: 18px;
  color: #333;
  line-height: 2;
  margin-bottom: 25px;
}
.z_jj3 h3 span {
  color: #95bd2a;
  text-transform: uppercase;
  display: block;
}
.z_jj4 {
  width: 100%;
  float: left;
  margin-bottom: 55px;
}
.z_jj4 ul li {
  width: 100%;
  float: left;
  margin-bottom: 25px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  height: 300px;
  padding: 30px 40px;
}
.z_jj4 ul li .dt {
  width: 610px;
  float: left;
}
.z_jj4 ul li .dt h3 {
  font-size: 60px;
  font-family: Arial;
  color: #ddd;
  position: relative;
  margin-bottom: 20px;
}
.z_jj4 ul li .dt h3::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  left: 50px;
  bottom: 15px;
  background: #95bd2a;
}
.z_jj4 ul li .dt h4 {
  font-weight: normal;
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
}
.z_jj4 ul li .dt font {
  display: block;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 1.5;
  height: 110px;
}
.z_jj4 ul li img {
  width: 464px;
  height: 244px;
  float: right;
}
.z_jj4 ul li:nth-child(2n+0) .dt {
  float: right;
}
.z_jj4 ul li:nth-child(2n+0) .dt h3 {
  text-align: right;
  padding-right: 15px;
}
.z_jj4 ul li:nth-child(2n+0) .dt h3::before {
  left: auto;
  right: 0;
}
.z_jj4 ul li:nth-child(2n+0) .dt h4 {
  text-align: right;
}
.z_jj4 ul li:nth-child(2n+0) img {
  float: left;
}
.z_jj5 {
  width: 590px;
  height: 240px;
  float: left;
  box-sizing: border-box;
  background: #ebefeb;
  padding: 0 50px;
  display: flex;
  justify-content: center;
  flex-flow: column;
  font-size: 18px;
  color: #333;
  margin-bottom: 70px;
}
.z_jj5 .dt {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.z_jj5 .dt h3 {
  font-weight: normal;
  text-align: center;
  margin-right: 50px;
  line-height: 1.5;
}
.z_jj5 .dt h3 span {
  font-size: 18px;
  color: #95bd2a;
  display: block;
  font-family: '思源黑体SC-Bold';
}
.z_jj5 .dt h4 {
  font-family: Arial;
  font-size: 30px;
  color: #333;
  line-height: 1.2;
}
.z_jj6 {
  width: 570px;
  height: 240px;
  float: right;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}
.z_jj6 .li {
  box-sizing: border-box;
  width: 100%;
  float: left;
  height: 100px;
  background: #ebefeb;
  padding: 0 65px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
}
.z_jj6 .li h3 {
  font-weight: normal;
  text-align: center;
  margin-right: 50px;
  line-height: 1.5;
}
.z_jj6 .li h3 span {
  font-size: 18px;
  color: #95bd2a;
  display: block;
  font-family: '思源黑体SC-Bold';
}
.z_nn1 {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
.z_nn1 ul li {
  width: 385px;
  float: left;
  margin-bottom: 25px;
  margin-right: 22px;
}
.z_nn1 ul li a {
  display: block;
  text-align: center;
  font-family: '思源黑体SC-Medium';
  color: #333;
  position: relative;
}
.z_nn1 ul li a img {
  width: 100%;
  height: 240px;
  float: left;
}
.z_nn1 ul li a .dt {
  width: 88%;
  float: left;
  margin-left: 6%;
  background: #fff;
  margin-top: -40px;
}
.z_nn1 ul li a .dt h3 {
  width: 100%;
  float: left;
  margin: 15px 0;
  text-align: center;
  line-height: 1.5;
  font-family: Arial;
  font-weight: bold;
  font-size: 36px;
  color: #333;
}
.z_nn1 ul li a .dt h3 span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  color: #a5a6a8;
}
.z_nn1 ul li a .dt h4 {
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  float: left;
  font-family: '思源黑体SC-Medium';
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  font-size: 18px;
  color: #333;
}
.z_nn1 ul li a .dt font {
  box-sizing: border-box;
  padding: 0 20px;
  display: block;
  width: 100%;
  float: left;
  font-size: 14px;
  color: #646566;
  line-height: 1.5;
  text-align: center;
  overflow: hidden;
  height: 45px;
}
.z_nn1 ul li a .dt dt {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #fff;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  font-family: '思源黑体SC-Medium';
  text-indent: 9999px;
  background: url(../images/dian.png) no-repeat center;
}
.z_nn1 ul li a:hover .dt h3 {
  color: #95bd2a;
}
.z_nn1 ul li a:hover .dt h4 {
  color: #95bd2a;
}
.z_nn1 ul li a:hover .dt dt {
  background: #95bd2a;
  text-indent: 0;
}
.z_nn1 ul li:nth-child(3n+0) {
  margin-right: 0;
}
.z_nr {
  width: 100%;
  float: left;
  line-height: 1.5;
  font-size: 14px;
  color: #646566;
}
.z_nr h3 {
  text-align: center;
  line-height: 2;
  font-family: '思源黑体SC-Medium';
  font-size: 18px;
  color: #95bd2a;
  margin-bottom: 20px;
}
.z_nr h3 span {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #a5a6a8;
}
.z_nr .font {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.z_dd1 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 16px;
  color: #666666;
  line-height: 2;
  margin-bottom: 40px;
  margin-top: -25px;
}
.z_map {
  width: 100%;
  float: left;
  box-sizing: border-box;
  border: 4px solid #95bd2a;
  margin-bottom: 70px;
  margin-top: -20px;
  border-radius: 10px;
  overflow: hidden;
}
.z_map img {
  width: 100%;
}
